GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / DrawTextBox_2 Method





In This Topic
DrawTextBox_2 Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function DrawTextBox_2( _
   ByVal FontResName As String, _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Right As Single, _
   ByVal Bottom As Single, _
   ByVal HorizontalAlignment As TextAlignment, _
   ByVal VerticalAlignment As TextAlignment, _
   ByVal Text As String, _
   ByVal UseFontBBox As Boolean _
) As GdPictureStatus
public GdPictureStatus DrawTextBox_2( 
   string FontResName,
   float Left,
   float Top,
   float Right,
   float Bottom,
   TextAlignment HorizontalAlignment,
   TextAlignment VerticalAlignment,
   string Text,
   bool UseFontBBox
)
public function DrawTextBox_2( 
    FontResName: String;
    Left: Single;
    Top: Single;
    Right: Single;
    Bottom: Single;
    HorizontalAlignment: TextAlignment;
    VerticalAlignment: TextAlignment;
    Text: String;
    UseFontBBox: Boolean
): GdPictureStatus; 
public function DrawTextBox_2( 
   FontResName : String,
   Left : float,
   Top : float,
   Right : float,
   Bottom : float,
   HorizontalAlignment : TextAlignment,
   VerticalAlignment : TextAlignment,
   Text : String,
   UseFontBBox : boolean
) : GdPictureStatus;
public: GdPictureStatus DrawTextBox_2( 
   string* FontResName,
   float Left,
   float Top,
   float Right,
   float Bottom,
   TextAlignment HorizontalAlignment,
   TextAlignment VerticalAlignment,
   string* Text,
   bool UseFontBBox
) 
public:
GdPictureStatus DrawTextBox_2( 
   String^ FontResName,
   float Left,
   float Top,
   float Right,
   float Bottom,
   TextAlignment HorizontalAlignment,
   TextAlignment VerticalAlignment,
   String^ Text,
   bool UseFontBBox
) 

Parameters

FontResName
Left
Top
Right
Bottom
HorizontalAlignment
VerticalAlignment
Text
UseFontBBox
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members